home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / DISK_UTL / WINTIDY / MAINFORM.DFM / MAINFORM.txt
Text File  |  1996-04-15  |  4KB  |  171 lines

  1. object Form1: TForm1
  2.   Left = 199
  3.   Top = 108
  4.   Width = 542
  5.   Height = 326
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnActivate = FormActivate
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 193
  19.     Height = 282
  20.     Align = alLeft
  21.     TabOrder = 0
  22.     OnResize = Panel1Resize
  23.     object Label2: TLabel
  24.       Left = 8
  25.       Top = 8
  26.       Width = 42
  27.       Height = 13
  28.       Caption = 'Directory'
  29.     end
  30.     object DirectoryListBox1: TDirectoryListBox
  31.       Left = 8
  32.       Top = 24
  33.       Width = 169
  34.       Height = 153
  35.       ItemHeight = 16
  36.       TabOrder = 0
  37.       OnChange = DirectoryListBox1Change
  38.     end
  39.     object DriveComboBox1: TDriveComboBox
  40.       Left = 8
  41.       Top = 192
  42.       Width = 169
  43.       Height = 19
  44.       DirList = DirectoryListBox1
  45.       TabOrder = 1
  46.     end
  47.     object btnFind: TButton
  48.       Left = 112
  49.       Top = 240
  50.       Width = 65
  51.       Height = 25
  52.       Hint = 'Click here to search the disk'
  53.       Caption = 'Find'
  54.       ParentShowHint = False
  55.       ShowHint = True
  56.       TabOrder = 2
  57.       OnClick = btnFindClick
  58.     end
  59.     object grpSeverity: TRadioGroup
  60.       Left = 8
  61.       Top = 216
  62.       Width = 89
  63.       Height = 57
  64.       Caption = ' Files to find '
  65.       TabOrder = 3
  66.     end
  67.     object btnNormal: TRadioButton
  68.       Left = 16
  69.       Top = 232
  70.       Width = 73
  71.       Height = 17
  72.       Hint = 'Finds backup and other files that can be regenerated'
  73.       Caption = 'Most files'
  74.       Checked = True
  75.       ParentShowHint = False
  76.       ShowHint = True
  77.       TabOrder = 4
  78.       TabStop = True
  79.       OnClick = btnNormalClick
  80.     end
  81.     object btnExtra: TRadioButton
  82.       Left = 16
  83.       Top = 248
  84.       Width = 73
  85.       Height = 17
  86.       Hint = 'Finds help .GID and .FTS (full text search) files'
  87.       Caption = 'Extra files'
  88.       ParentShowHint = False
  89.       ShowHint = True
  90.       TabOrder = 5
  91.       OnClick = btnExtraClick
  92.     end
  93.   end
  94.   object Panel2: TPanel
  95.     Left = 193
  96.     Top = 0
  97.     Width = 341
  98.     Height = 282
  99.     Align = alClient
  100.     TabOrder = 1
  101.     OnResize = Panel2Resize
  102.     object Label1: TLabel
  103.       Left = 72
  104.       Top = 8
  105.       Width = 33
  106.       Height = 13
  107.       Caption = 'Files....'
  108.     end
  109.     object lblSize: TLabel
  110.       Left = 16
  111.       Top = 8
  112.       Width = 33
  113.       Height = 13
  114.       Caption = 'KBytes'
  115.     end
  116.     object ListBox1: TListBox
  117.       Left = 16
  118.       Top = 24
  119.       Width = 313
  120.       Height = 201
  121.       ItemHeight = 13
  122.       MultiSelect = True
  123.       Sorted = True
  124.       TabOrder = 0
  125.       OnClick = ListBox1Click
  126.     end
  127.     object btnSelectAll: TButton
  128.       Left = 16
  129.       Top = 240
  130.       Width = 73
  131.       Height = 25
  132.       Hint = 'Selects all the files listed, ready for deletion'
  133.       Caption = 'Select All'
  134.       ParentShowHint = False
  135.       ShowHint = True
  136.       TabOrder = 1
  137.       OnClick = btnSelectAllClick
  138.     end
  139.     object btnDelete: TButton
  140.       Left = 136
  141.       Top = 240
  142.       Width = 73
  143.       Height = 25
  144.       Hint = 'Deletes the selected files'
  145.       Caption = 'Delete'
  146.       ParentShowHint = False
  147.       ShowHint = True
  148.       TabOrder = 2
  149.       OnClick = btnDeleteClick
  150.     end
  151.     object btnExit: TButton
  152.       Left = 256
  153.       Top = 240
  154.       Width = 73
  155.       Height = 25
  156.       Caption = 'E&xit'
  157.       Default = True
  158.       TabOrder = 3
  159.       OnClick = btnExitClick
  160.     end
  161.   end
  162.   object StatusBar1: TStatusBar
  163.     Left = 0
  164.     Top = 282
  165.     Width = 534
  166.     Height = 17
  167.     Panels = <>
  168.     SimplePanel = True
  169.   end
  170. end
  171.